home *** CD-ROM | disk | FTP | other *** search
/ PC Zone 104 / DPPCZ0701B.7z / DPPCZ0701B.ISO / demos / arcanum / Sierra / Arcanum Preview / arcanum3.dat / Module template_oemes_gameoname.mes < prev    next >
Text File  |  2001-03-13  |  1KB  |  83 lines

  1. // These are for internal use only, and will not be seen by the player
  2. // The player will see the descriptions in data\mes\description.mes
  3.  
  4. // Keep these ranges sync'd with O_Name_Index in OName.h
  5.  
  6.  
  7. //Miscellaneous ranges from 200 - 399
  8.  
  9. {200}{Miscellaneous}
  10.  
  11. // Wall ranges from 500 - 799
  12.  
  13. {500}{Wall}
  14.  
  15. // Portal ranges from 1000 - 1199
  16.  
  17. {1000}{Portal}
  18.  
  19. // Container ranges from 1400 - 1599
  20.  
  21. {1400}{Container}
  22.  
  23. // Scenery ranges from 1800 - 1979
  24.  
  25. {1800}{Scenery}
  26.  
  27. // Projectile ranges from 1990 - 1999
  28.  
  29. {1990}{Projectile}
  30.  
  31. // Weapon ranges from 2200 - 2399
  32.  
  33. {2200}{Weapon}
  34.  
  35. // Ammo ranges from 2600 - 2799
  36.  
  37. {2600}{Ammo}
  38.  
  39. // Armor ranges from 3000 - 3199
  40.  
  41. {3000}{Armor}
  42.  
  43. // Gold ranges from 3400 - 3599
  44.  
  45. {3400}{Gold}
  46.  
  47. // Food ranges from 3800 - 3999
  48.  
  49. {3800}{Food}
  50.  
  51. // Scrolls range from 4200 - 4399
  52.  
  53. {4200}{Scroll}
  54.  
  55. // Key ranges from 4600 - 4799
  56.  
  57. {4600}{Key}
  58.  
  59. // Key Ring ranges 5000 - 5199
  60.  
  61. {5000}{Key Ring}
  62.  
  63. // Written ranges from 5400 - 5599
  64.  
  65. {5400}{Written}
  66.  
  67. // Generic ranges from 5800 - 5999
  68.  
  69. {5800}{Generic}
  70.  
  71. // PC ranges from 6200 - 6399
  72.  
  73. {6200}{PC}
  74.  
  75. // NPC ranges from 8000 - 9999
  76.  
  77. {8000}{NPC}
  78.  
  79. // Trap ranges from 10500 - 
  80.  
  81. {10500}{Trap}
  82.  
  83.